home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1996 #15
/
Monster Media Number 15 (Monster Media)(July 1996).ISO
/
win_utl1
/
dms32.zip
/
_SETUP.1
/
DMS.exe
/
0
/
RCDATA
/
TDIRECTORYCREATEFORM
/
TDIRECTORYCREATEFORM.txt
Wrap
Text File
|
1996-05-11
|
3KB
|
146 lines
object DirectoryCreateForm: TDirectoryCreateForm
Left = 305
Top = 203
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = 'Directory Create'
ClientHeight = 290
ClientWidth = 441
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 16
Top = 152
Width = 273
Height = 20
Caption = 'Enter Name of Directory to Create:'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 24
Top = 8
Width = 385
Height = 20
Caption = 'Active Directory will be the parent Directory of the '
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object label6: TLabel
Left = 24
Top = 32
Width = 397
Height = 20
Caption = 'Directory you are creating (ie. the new one will branch '
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 16
Top = 88
Width = 115
Height = 16
Caption = 'Active Directory:'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 8
Top = 120
Width = 417
Height = 16
Font.Color = clBlack
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 8
Top = 0
Width = 425
Height = 81
end
object Label3: TLabel
Left = 24
Top = 56
Width = 173
Height = 20
Caption = 'from the parent directory'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object StatusBar1: TStatusBar
Left = 0
Top = 271
Width = 441
Height = 19
Panels = <>
SimplePanel = False
end
object Panel1: TPanel
Left = 0
Top = 222
Width = 441
Height = 49
Align = alBottom
TabOrder = 1
object OKBtn1: TBitBtn
Left = 40
Top = 16
Width = 75
Height = 25
TabOrder = 0
OnClick = OKBtn1Click
Kind = bkOK
end
object CancelBtn2: TBitBtn
Left = 328
Top = 16
Width = 75
Height = 25
TabOrder = 1
OnClick = CancelBtn2Click
Kind = bkCancel
end
object HelpBtn: TBitBtn
Left = 168
Top = 16
Width = 75
Height = 25
TabOrder = 2
OnClick = HelpBtnClick
Kind = bkHelp
end
end
object NewSubDirectory: TEdit
Left = 16
Top = 184
Width = 369
Height = 24
TabOrder = 0
end
end